/*  

Theme Name: Mimbe[ad]
Theme URI: http://www.ead.pucv.cl/colofon
Description: Diseño original adaptado de Mimbo. Estructura 3 columnas (2 + sidebar), con personalización de widgets para las distintas plantillas.
Version: 1.0
Author: Nicolas Espinoza, Herbert Spencer, Floro para e[ad] PUCV
Author URI: http://www.ead.pucv.cl/mundo/investigacion/tig/

The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php

*/

/* HTML Elements */

* {
	margin:0;
	padding:0;
	}

body,html {
	min-height:101%;
	}
	
body {
	background-image: url(images/fn.gif);
	background-repeat: repeat-x;
	background-color: #fff;
	background-position: top center;
	color: #545454;
	padding: 13px 0 25px 0;
	}

body, select, input, textarea {
	font: 100% Helvetica, Arial, "Lucida Grande", Sans-Serif;
	}
	
.feature p {	
	margin: 15px 0;
	font-size: 1.1em;
	line-height: 120%;
	text-align: left;
	}

.clearfloat p {	
	margin: 15px 0;
	font-size: 1.1em;
	line-height: 120%;
	text-align: left;
	}
	
/* parrafo */

.entry p {	
	margin: 15px 0;
	font-size: 1.1em;
	line-height: 150%;
	text-align: justify;
	padding: 0;
	}
/*
p {	
	margin: 15px 0;
	font-size: 1.3em;
	line-height: 120%;
	text-align: justify;
	}
*/
	
strong {
	color:#333333;
	font-weight:600;
	}

a:link, a:visited {
	color: #cc0000;
	text-decoration:none
	}

a:hover, a:active {
	color:#333;
	text-decoration: none;
	}

hr {
	display: block;
	height:0px;
    border-top:0px;
	border-bottom:1px dotted #ccc;
    margin-top:15px;
	}

img, a:link img, a:visited img {
	border:0;
	}

.right, .alignright {
	float: right;
	}
	
.left, .alignleft {
	float: left;
	}
	
.center, .aligncenter{
	text-align: center;
	}

.wp-caption{
	background-color: #e4e7e0;
	border: 1px solid #c7cac4;
	padding: 10px 5px 1px 5px;
	margin: 1em 0 0 0;
}

.wp-caption p{
	color: #90928d;
	font-family: Georgia;
	font-style: italic;
	text-align: center;
}

/* Structure */

#page {
	width:880px;
	margin:0 auto;
	font-size:0.7em;
	padding: 10px 25px 35px 25px;
	}
	

	
#branding {
	padding-bottom:20px;
	}

img.alignleft, a:link img.alignleft, a:visited img.alignleft {
	float:left;
	padding: 10px 20px 10px 0;
	margin: 0 30px 0 0;
	border-right: 1px dotted #CCC;
	}

img.alignright, a:link img.alignright, a:visited img.alignright {
	float:right;
	padding: 10px 0 10px 20px;
	margin: 0 0 0 30px;
	border-left: 1px dotted #CCC;
	}
	
img.imgtfe{
	margin: 0 15px 0 0;
	}

#sidebar {
	width: 260px;
	float:right
	}

#leftcol {
	width:287px;
	padding-right:18px;
	}

#leftcol, #rightcol {
	margin-top: 10px;
	float:left
	}	
	
#rightcol {
	width:277px;
	padding-left:18px;
	margin-top: 10px;
	}


		
/*Subnav */

.subnav li {
	list-style:none;
	border-bottom:1px solid #FFF;
	}

.subnav li a:link, .subnav li a:visited {
	background:#eef5e1;
	display:block;
	padding:4px 4px 4px 8px;
	border-left:4px solid #e4efd5;
	}
		
.subnav li a:hover, .subnav li a:active {
	background:#b5b5b5;
	text-decoration:none;
	color: #7e0000;
	}

.subnav li li a:link, .subnav li li a:visited {
	border-left:none
	}
		
	 
	
	
/*	Headers */

h1 {
	font-family: sans-serif, Helvetica, Arial, sans-serif;
	font-size:2.5em;
	font-weight:normal;
	letter-spacing:0em;
	margin-bottom:5px;
	}
	
h2 {
	font: 2em Georgia, Helvetica, Arial, sans-serif;
	font-weight: normal;
	margin: 20px 0 15px -1em;
	}

h3, #sidebar h2 {
	font: 1em Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing:0.1em;
	margin-bottom: 0px;
	font-weight: bold;
	color:#333333;
	}
	
#sidebar h3, #sidebar h2 {
	border-top:1px dotted #b6b6b6;
	border-bottom:1px dotted #b6b6b6;
	padding:6px 0 6px 2px;
	margin:22px 0 15px 0;
	font-size:1em;
	}

h3#respond {
	padding-top:20px
	}

h3#comments {
	margin-top:32px
	}

h4 {
	font: 1em Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 0;
	text-transform:uppercase;
	letter-spacing:0.1em;
	color:#333;
	margin: 2em 0 0 0;
	padding: 0;
}

h5 {
	font: 1em Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	letter-spacing:0.1em;
	font-weight: bold;
	color:#333;
	margin: 2em 0 0 0;
	padding: 0;
    font-weight: normal;
}
	
	
/* Content */

#content {
	width:605px;
	float:left
	}

#content small {
	font-size: 0.95em;
	}
	
.description {
	font-size: 1.3em;
	font-weight: normal; 
	color:#000;
	margin-top:-4px;
	}

.feature {
	border:1px solid #e9e9e9;
	background:#f2f2f2;
	padding:15px;
    margin-top:3px;
    margin-bottom: 3px;
	}

.feature:hover {
	background:#e9e9e9;
	}
	
.feature p, #rightcol p {
	margin:0;
	}

/*
.feature img, #rightcol img {
	
	}
*/

.portada {
    padding:10px 0 10px 0;
	}
			
#leadpic {
	float:left;
	margin: 0 18px 8px 0;
	}

#lead {
	margin-top:22px;
	}

.title {
	font-size:1.1em;
	font-weight:bold;
	line-height:115%;
	}
	
.feature#lead .title {
	margin-top: 6px;
	font: 2.3em Georgia, "Times New Roman", Times, serif;
	line-height: 100%;
	display:block;
	padding-bottom:7px;
	}

#leftcol .feature {
	margin-bottom: 5px;
	}

#rightcol img {
	float:left;
	margin:3px 10px 4px 0;
	}

#leftcol img {
	margin-bottom: 4px;
	display:block
	}
	
#rightcol .clearfloat {
	border-bottom: 1px dotted #b6b6b6;
	padding: 12px 0;
	}

/* ajustes para titulos de portada */

#rightcol .clearfloat .title  {
	padding: 0;
	margin: 5px 0 2ex 0;
	text-transform: uppercase;
	font-size: 1.2em;
	letter-spacing: normal;
	}

#leftcol .feature .title  {
	padding: 0;
	margin: 0 0 2ex 0;
	text-transform: uppercase;
	font-size: 1.2em;
	letter-spacing: normal;
	}
	
#rightcol h3 {
	border-bottom: 1px solid #CCCCCC;
	padding: 0 0 1ex 0;
	color: #CCCCCC;
	}

#rightcol h3 a {
	color: #CCCCCC;
	}
	
#rightcol h3 a:hover {
	color: #999999;
	}

#sidelist li {
	list-style:none
	}
	
.bullets li {
	list-style:none;
	border-bottom:1px solid #FFF;
	font-size:1.1em;
	}
	
#sidelist .bullets li {
	list-style:square;
	margin-bottom:5px;
	line-height:115%;
	margin-left:22px;
	}

#sidelist .children {
	background:#e4efd5;
	}
	
#sidelist .children li {
	list-style: square;
	margin-left:28px;
	border-bottom:1px solid #e4efd5;
	}
	
#sidelist .children li a, #sidelist .children li a:visited {
	padding:2px 2px 2px 0px;
	border:0;
	background:#e4efd5;
	color: #670000;
	}

#sidelist .children li a:hover, #sidelist .children li a:active	{				
	color: #000;
	}
	
#sidelist h6 {
	font: 0.7em Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	letter-spacing:0.1em;
	font-weight: bold;
	color:#333;
	margin: 2em 0 0 0;
	padding: 0;
	font-weight: normal;
}

.postmetadata {
	margin: 30px 0;
	}

#writer {
	background:#eef5e1;
	margin:25px 0 15px 0;
	padding:12px;
	}

#writer img {
	padding:1px;
	border:1px solid #7da939;
	float:left;
	width:80px;
	}

#writer span {
	display:block;
	padding-top:4px;
	border-top:1px solid #cbd8b4;
	margin-top:12px;
	}

#writer p {
	margin:0;
	width:482px;
	}	

.entry {
	padding-bottom:0px;
	}

h3 a:link {
	color:#cc0000;
	}

h3 a:hover {
	color:#333333;
	}
	
h3 a:visited {
	color:#cc0000;
	}
	
#lead h3 a {
	color:#cccccc;
	}

#lead h3 a:hover {
	color:#999999;
	}

/*Post Formatting*/

.post blockquote {
	color:#76767a;
	padding:3px 14px;
	margin:12px 35px;
	}	

.post li, #rightcol.magister li {
	font-size: 1em;
	line-height: 150%;
	margin: 0 0 0 2em;
	padding: 0;
	}

.post ul, .post ol, #rightcol.magister ol, #rightcol.magister ul {
	font-size:1.1em;
	margin: 0.7em 0 1.3em 0;
	padding: 0;
	}
	
.post ul ul, .post ol ol, .post ul ul ul, .post ol ol ol {
	font-size:1em;
	margin: 0.7em 0 1.3em 0;
	padding: 0;
	}

.post ul li {
	list-style: disc;
}

.post .entry a:hover, .post .entry a:active {
	color: #F00;
	}

.post .entry h2, {
	font-size: 1.5em;
	border:none;
	color: black;
}

#rightcol.magister .title {
	font: 2em Georgia, Helvetica, Arial, sans-serif;
	font-weight: normal;
	margin: 20px 0 15px -1em;
	color:#666;
	}

.post .entry h3, #rightcol.magister h3 {
	color:#C00;
	font-size:1.2em;
	letter-spacing: 0.1em;
	margin: 2em 0 0 0;
	padding: 0;
}

.post .entry h4, #rightcol.magister h4 {
	margin: 2em 0 0 0;
	padding: 0;
}

.post .entry pre{
	font-size: 1.4em;
}


.post .entry .col{
	float: left;
	margin: 0;
	padding: 0 2em 0 0;
	width: 280px;
}

.post .entry .col p{
	text-align: left;
}


#tags {
	display: block;
	clear: both;
	background: #666;
	padding:3px 10px 3px 10px;
	color: #999;
	text-transform: lowercase;
	font-variant: small-caps;
	font-size: 0.85em;
	letter-spacing: 0.35ex;
	}

#tags a	{
	color: #fff;
	}

/* titular de banner portada */

#sidelist h3.banner {
	margin-top: 16px;
	padding: 0 0 .1ex 0;
	font-size: 1.2em;
	font-weight: normal;
	letter-spacing: 0.17em;
	text-transform: uppercase;
	border: none;
	text-align: center;
}

#sidelist h3 {
	font: 1em Arial, Helvetica, sans-serif;

	text-transform: uppercase;
	letter-spacing:0.1em;
	margin-bottom: 10px;
	font-weight: bold;
	color:#333333;
	}

#sidelist h3 a:link, #sidelist h3 a:visited {
	color:#545454;
	}

#sidelist h3 a:hover {
	color:#333333;
	}

#sidelist h3.banner a {
	color: #c00;
}

/* Form Elements */

select {
	background:#f2f2f2;
	border:1px solid #9c9c9c;
	width:100%
	}
	
#searchform {
	text-align:right;
	padding:16px 0 0 0; 
}

.ingresotexto {
	border:1px solid #CCCCCC;
	line-height:100%;
	font-size: 1.1em;
	font-weight:normal;
	text-transform:none;
	color:#cc0000;
	padding: 0.7ex;  
}

.button {
	text-transform: uppercase;
	font-weight: bold;
	border:1px solid #F2F2F2;
	background:#FFFFFF;
	color:#CCCCCC;
	padding: 0.7ex;
	}

.button:hover {
	background:#ccc;
	color:#000;
	text-decoration:none
	}

#commentform input {
	width: 170px;
	border:1px solid #CCCCCC;
	line-height:100%;
	font-size: 1.1em;
	font-weight:normal;
	text-transform:none;
	color:#cc0000;
	padding: 0.7ex;  
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	border:1px solid #CCCCCC;
	line-height:100%;
	font-size: 1.1em;
	font-weight:normal;
	text-transform:none;
	color:#cc0000;
	padding: 0.7ex;  
	}

/* Comments */

.commentlist {
	padding-left:30px;
	}
	
.commentlist li {
	margin: 15px 0 3px;
	padding: 8px 15px 10px 15px;
	background:#f2f2f2;
	border-top: 1px solid #ddd;
	}

.commentlist p {
	margin: 15px 5px;
	font-size: 1.1em;
	line-height: 120%;
}

#commentform small {
	/*background: #FFF;*/
	font-weight:bold;
	padding:0;
	}
	
.commentmetadata {
	display: block;
	}

.commentlist small {
	background:#e9e9e9
	}

.commentlist cite {
	font: 1.4em Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	}	
	

/* Float Properties */

.clearfloat:after {
	display:block;
	visibility:hidden;
	clear:both;
	height:0;
	content:".";
	}
/*	
.clearfloat {
	display:inline-block;
	display:block;
	}
*/	


/* Footer */

#footer {
	margin: 0 auto;
	width: 900px;
	font-size:0.7em;
	padding-top:15px;
	color:#999999;
	}

#footer a {
	color:#666666;
	}

#footer a:hover{
	color: #C00;
	}

/* Meta */


ul.meta {
	margin-top:0px;
	float: left;
	width: auto;
}

ul.meta li {
	list-style:none;
	display:inline;
	margin-top:5px;
	margin-left:5px;
	text-align:right;
	}

ul.meta li.hide{
	display: none;
}

ul.meta li a:link, .subnav li a:visited {
	padding:4px 4px 4px 8px;
	}
		
ul.meta li a:hover, .subnav li a:active {
	text-decoration:none;
	color: #7e0000;
	}

ul.meta li li a:link, .subnav li li a:visited {
	border-left:none
	}

/* Dirección */

#escuela {
	font-size:1em;
	color:#666;
	width:240px;
	margin-left:10px;
	margin-top:30px;
}

/*  Contact Form 7  */

.wpcf7-form label {
	font-size: 11px;
	font-weight: bold;
}

.wpcf7-form label input, .wpcf7-form textarea {
	font-size: 16px;
	font-weight: normal;
	border: 1px solid #CCCCCC;
	padding: 0.5ex;
       	}
.wpcf7-response-output{
	border: 1px solid #cfbfa2;
	color: #978b76;
	background-color: #fbe8c4;
	padding: 1em;
	font-size: 1.2em;

}

/* Formatos Extra */

#ficha {
	font-size: 0.9em;
/*	font-family: Courier, monospace; */
	font-family: Georgia;
    border:1px solid #dadfaf;
    color: #58532f;
    background-color: #e4efd5;
    padding: 1em 2em 1em 1.5em;
    margin: 2em 0 5em 80px;
        clear: both;
}

.nocomments {
		display: none;
}

a.slideshowlink {
		padding: 3px;
		margin-bottom: 5px;
}

ol.footnotes {
	margin: 1em 0 3em 7em;
}

li.footnote {
	font-family: Georgia;
	font-size: 1.3em;
	line-height: 1.4em;
	margin-top: 2em;

}

.footnote p {
	font-family: Georgia;
	font-size: 1em;
	line-height: 1.4em;
	text-align: left;

}

#edit a {
	color: #b2b2b2;
	background-color: #fff;
	position: fixed;
	top: 100px;
	left: 0;
	display: block;
	font-size: 11px;
	padding: 2px 4px 0 50px;
	text-transform: uppercase;
	font-weight: bold;
	border-top:1px solid  #bcbcbc;
	border-right:1px solid #bcbcbc;
	border-bottom:1px solid #bcbcbc;
	}
	
#edit a:hover {
	text-decoration: none;
	background-color: #C00;
	color: #fff;
	border-top:1px solid #900;
	border-right:1px solid #900;
	border-bottom:1px solid #900;
	}
	
.persona {
	border-bottom:1px dotted #cccccc;
    margin-top:10px;
    margin-bottom: 3px;
    height: 110px;
	}
	
.persona img{
	float: left;
	margin: 0 10px 0 0;
}	

/* tablas */

table {
	border: none;
}

table td {
	border: none;
	padding: 1ex;
	vertical-align: text-top;
}

.entry table tbody tr td ul li{
	display: block;
	list-style: none;
	padding: 0 0 1em 1ex;
	margin: 0;
}

.entry table tbody tr td ul li ul li{
	display: block;
	list-style: none;
	padding: 0 0 0 1ex;
	margin: 0;
}

.entry table tbody tr td ul li a{
	font-size: 90%;
}

table strong {
	color: #000;
}
/* formato biblioteca constel */

.constel {
	border: 1px solid #EEEEEE;
	padding: 1.2ex 1ex 1.2ex 2em;
	margin: 0 0 1ex 0;
}

div.constel a.title{
	color: #333;
}

div.constel a.title:hover{
	color: #c00;
}

/* formato extra sidebar y direcciones */

.ucv a {
	color: #666666;
	}
	
.ucv a:hover {
	color: #999999;
	}
	
.telefono, .fax {
	display: block;
	float: left;
	width: 50px;
	text-align: right;
	font-size: 0.9em;
	padding: 0 5px 0 0;
	clear: left;
}

/* RSS Widget */

#sidelist a.rsswidget {
	width: 260px;
	display: block;
	font: 1em Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing:0.1em;
	font-weight: bold;
	color:#333333;
	border-top:1px dotted #b6b6b6;
	border-bottom:1px dotted #b6b6b6;
	padding:6px 0 6px 2px;
	margin:22px 0 15px 0;

}

#sidelist a.rsswidget img{
	display: none;
	}

#sidelist ul li a.rsswidget{
	display: list-item;
	letter-spacing: normal;
	font-weight: normal;
	border: none;
	text-transform: none;
	color: #C00;
	list-style: square;
	line-height:115%;
	margin: 0 0 0 2em;
	padding: 0;
	font-size: 1.1em;
}

#sidelist ul li a.rsswidget:hover{
	color: black;
	}


#sidelist ul li span.rss-date{
	margin: 0 0 0 2.8em;
	font-size: 0.8em;
	font-weight: bold;
}

#sidelist ul li div.rssSummary{
	margin: 0 0 0 2.7em;
	font-size: 0.9em;
}


/* Exalumnos */

.entry h3{
	clear: both;
	padding: 2ex 0 0.5ex 0;
}

ul.exalumno{
	font-size: 84%;
	float: left;
	position: relative;
	width: 290px;
	margin: 7px 7px 2px 0;
	padding: 1.2ex 0 1.2ex 0;
	background-color: #EEE;
	border: 1px solid #CECECE;
	font-family: Georgia;
}

ul.exalumno li{
	list-style: none;
	margin: 0;
	padding: 0 5px 2px 22px;
}

ul.exalumno li.nombre{
	font-family: Helvetica, Arial;
	font-weight: bold;
	font-size: 1.2em;
}

ul.exalumno li.carrera{
	font-style: italic;
	color: #000;
}

ul.exalumno li.mail{
	font-family: Courier, "Courier New", Monaco, monospace;
	background-image: url(images/mail.png);
	background-repeat: no-repeat;
	background-position: 9px 4px;
}

ul.exalumno li.url{
	background-image: url(images/url.png);
	background-repeat: no-repeat;
	background-position: 9px 4px;
}

ul.exalumno li.trabajo{
	background-image: url(images/trabajo.png);
	background-repeat: no-repeat;
	background-position: 8px 2px;
}

.proyecto {
	width:162px;
	min-height:190px;
	padding:10px;
	border:1px solid #999;
	float:left;
	margin-left:10px;
	margin-bottom:10px;
}

ul.autores{
	padding: .5em .5em .5em 1em;
	background-color: #fcfaf8;
	border: 1px solid #f5f4f2;
}

ul.autores li{
	font-weight: normal;
	font-size: 1.2em;
	list-style-type: none;
}

ul.autores li:before{
	content: "§ - "
}

.fecha{
	font-size: 0.8em;
	color: #bababa;
	margin: 0 0 0 1ex;
}

#cboxTitle{
	font-size: 0.8em;
}

/* nube de etiquetas */

#sidebar ul#sidelist div.ctc{
 padding: 1em 0 1em 3em;
}

/* twitter widget */

ul#sidelist div a.twitterwidget{
	display: block;
	border-bottom:1px dotted #B6B6B6;
	border-top:1px dotted #B6B6B6;
	font-size:1em;
	margin:22px 0 15px;
	padding:6px 0 6px 2px;
	font-weight:bold;
	letter-spacing:0.1em;
	line-height:normal;
	margin-bottom:10px;
	text-transform:uppercase;
}

span.entry-content{
	display: block;
	font-weight: bold;
	margin: .7em 0 0 0;
}

span.time-meta{
	display: block;
	font-size: 80%;
	text-align: right;
	border-bottom: 1px dotted #cfcfcf;
	text-transform: uppercase;
}

span.time-meta a{
	color: #bcbcbc;
	
}
span.from-meta{
	display: none;
}

h3.constel {
	color:#C00;
	font-size:1.2em;
	line-height:100%;
	letter-spacing: 0.1em;
	margin: 2em 0 0 0;
	padding: 0;
	border:none;
	}

/* Google Translate Widget */

div#widget_google_translate{
	width: 10em;
	padding: 1em 0 0 0;
	margin: 0 auto;
	/* padding: 2em 0 0 2em; */
	color: #a3a3a3;
	font-style: italic;
}

div#widget_google_translate select{
	padding: .5ex 0 .3ex 1ex;
	border: 1px solid #CCC;
	margin: 1ex 0 1ex 0;
	
}

div#widget_google_translate input{
	background-color: #959595;
	color: white;
	padding: .6ex 1.2ex .4ex 1.2ex;
	text-transform: uppercase;
	border: none;
}

div#widget_google_translate input:hover{
	background-color: #C00;
}

div.google_translate_footer{
	display: none;
}
